Skip to content

Conversation

@RobPasMue
Copy link
Member

As title says

Install commands will now change from

pip install -e .[tests,doc]

to

pip install -e . --group tests,doc

Also included a new dependency group for convenience:

pip install -e . --group dev

which includes both the testing and doc build deps

@RobPasMue RobPasMue requested review from a team and PipKat as code owners October 13, 2025 14:19
@github-actions github-actions bot added documentation Improvements or additions to documentation maintenance Package and maintenance related labels Oct 13, 2025
@RobPasMue RobPasMue self-assigned this Oct 13, 2025
Copy link
Contributor

@jacobrkerstetter jacobrkerstetter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.09%. Comparing base (a4d521d) to head (78bbe93).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2316   +/-   ##
=======================================
  Coverage   95.09%   95.09%           
=======================================
  Files         169      169           
  Lines       11189    11189           
=======================================
  Hits        10640    10640           
  Misses        549      549           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RobPasMue RobPasMue merged commit 7730a78 into main Oct 13, 2025
56 checks passed
@RobPasMue RobPasMue deleted the chore/group-dependencies branch October 13, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants